/* 
https://blufly.media/asset/css/[default]/v1.css
*/

/*
Nouns: camelCase
*/

.articlePresenterImg {
	
	position: fixed;
	width: 25%;
	bottom: 0em;
	left: 37.5%;

}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.articlePresenterImg {
		
		width: 40%;
		left: 30%;
		
	}
	
}

.articlePresenterImg:hover {
	
	cursor: pointer;

}



#authorTxt {
	
	font-family: 'Marcellus SC', serif;
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: center;

}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#authorTxt {
		
		font-size: 1.5em;
		
	}
	
}

.captionTxt {
	
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-optical-sizing: auto;
	font-weight: 400;
	color: grey;
	text-align: center;
	padding-bottom: 2em;
	font-size: .8em;
	
	width: 80%;
	padding-left: 10%;
	grid-column: 1 / 4;
	
}

.dropCapLbl {
	
	float: left;
	font-size: 4em;
	line-height: 5px;
	padding-top: 32px;
	padding-bottom: 15px;
	padding-right: 12px;
	padding-left: 0px;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.dropCapLbl {
	
		float: left;
		font-size: 4em;
		padding-top: 0.55em;
		padding-bottom: 0.4em;
		padding-right: 0.2em;
		padding-left: 0em;
		
	}
	
}

.epilogueTxt {
	
	font-style: italic;
	padding-bottom: 12em;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.epilogueTxt {
		
		padding-bottom: 6em;
		
	}
	
}

#footnoteTxt {
	
	font-size: 0.8em;
	padding-bottom: 1em;
	
}


#footnoteTxt p:first-child {
	
	margin-top: 0em;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#footnoteTxt {
		
		padding-bottom: 2.5em;
		font-size: 0.55em;
		
	}
	
}

.quotedTxt {
	
	font-style: italic;
	
}

.quotedTxt:after {
	
	padding-left: 1px;
	content: "\201D";
	padding-right: 2px;
	
}

.quotedTxt:before {
	
	content: "\201C";
	padding-right: 1px;
	
}

.referenceAnchorTxt:hover {
	
	color: gray;
	cursor: pointer;
	
}

#returnBtn {
	
	position: fixed;
	bottom: 100px;
	right: 100px;
	width: 3.9178em;
	visibility: hidden;

}

#returnBtn:hover {
	
	cursor: pointer;
	
}

#subtitleTxt {
	
	font-style: italic;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 1.5em;

}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#subtitleTxt {
		
		font-size: 1.0em;
		padding-bottom: 1.4em;
		
	}
	
}

/*
Adjectives: when naming, lowercase only and separate words with underscore characters
*/

.dropshadow {
	
	filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
	
}

.shallow_dropshadow {
	
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
	
}
